home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / pxsrc_21.zip / MSDOSMSC.INF < prev    next >
Text File  |  1990-03-30  |  512b  |  21 lines

  1. Files you'll need to compile with Microsoft C under MSDOS:
  2.  
  3. Make file:
  4.     MAKPOLYX.MSC
  5. Source files:
  6.     POLYXARC.C
  7.     PAKSORTM.C
  8. Header files:
  9.     P_COMMON.H
  10.     PAKMDEFN.H
  11.  
  12. Instructions: 
  13.     Use Microsoft's MAKE program.
  14.         With Microsoft C without Codeview records:
  15.  
  16.              make makpolyx.msc
  17.  
  18.         with Codeview records:
  19.  
  20.              make optlevel=/Od debug=/Zi linkopt=/CO makpolyx.msc
  21.